From dbad34cb69949c654256107172fa362fb8968c22 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Sun, 11 May 2008 20:24:15 +0000 Subject: [PATCH] Tweak doc --- includes/Title.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Title.php b/includes/Title.php index 984d0005c3..1637a3e596 100644 --- a/includes/Title.php +++ b/includes/Title.php @@ -192,7 +192,7 @@ class Title { * but not used for anything else * * @param int $id the page_id corresponding to the Title to create - * @param int $flags, use FOR_UPDATE to use master + * @param int $flags, use GAID_FOR_UPDATE to use master * @return Title the new object, or NULL on an error */ public static function newFromID( $id, $flags = 0 ) { -- 2.20.1